home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / wattcp / include / copyrigh.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  4.7 KB  |  114 lines

  1. #define getsockname hack_getsockname
  2. #define sockaddr hack_sockaddr
  3. #define in_addr hack_in_addr
  4. /*
  5.  *   WATTCP - TCP/IP library routines
  6.  *
  7.  *   Copyright (c) 1990, 1991, 1992, 1993 Erick Engelke
  8.  *
  9.  *   Portions Copyright (c) 1993  Quentin Smart
  10.  *   Portions Copyright (c) 1991  University of Waterloo
  11.  *   Portions Copyright (c) 1990  National Center for Supercomputer Applications
  12.  *   Portions Copyright (c) 1990  Clarkson University
  13.  *   Portions Copyright (c) 1983, 1986, Imagen Corporation
  14.  *
  15.  *      This software is distributed in the hope that it will be useful,
  16.  *      but without any warranty; without even the implied warranty of
  17.  *      merchantability or fitness for a particular purpose.
  18.  *
  19.  *   RESTRICTIONS
  20.  *   ------------
  21.  *   You may freely use this library to produce programs which you may give
  22.  *   away or sell in source format, or as compiled executables, or both.
  23.  *
  24.  *   You may not sell this library or a portion thereof or distribute modified
  25.  *   versions the library code in either source or OBJect or LIBrary format
  26.  *   without written permission from the author.  The author still maintains
  27.  *   copyright privileges and will assert the privileges of ownership for
  28.  *   purposes of royalties such distributions.
  29.  *
  30.  *   Portions of this code were written or enhanced by others and offerred
  31.  *   to me for distribution in WATTCP under my copyright.  To my knowledge,
  32.  *   all copyrights exercised are listed at the top of this file.  If this
  33.  *   is incorrect, please contact me so I can rectify the situation.
  34.  *
  35.  *
  36.  *   OFFICIAL SITE
  37.  *   -------------
  38.  *   The official distribution site for WATTCP (and many other TCP goodies)
  39.  *   is dorm.rutgers.edu in pub/msdos/wattcp  (thanks Jim!)
  40.  *
  41.  *   That is where I upload the latest libraries, my own free applications
  42.  *   and other applications I have collected and find useful.
  43.  *
  44.  *
  45.  *   DOCUMENTATION
  46.  *   -------------
  47.  *   A programmer's reference manual I wrote is now available from the
  48.  *   publisher.  They provide no additional support and cannot help
  49.  *   you with any aspect of the software.  But they do pay a royalty
  50.  *   to me which has been used to compensate my costs for developing
  51.  *   this software and extending it, so I am very appreciative.
  52.  *
  53.  *   That manual is copyrighted and protected by international law.
  54.  *   It may not be copied without the authors permission.  And its
  55.  *   sale does not constitute a warranty or an automatic license to
  56.  *   use WATTCP beyond the terms described in this file.
  57.  *
  58.  *   For payment they accept credit cards, cheques, checks, money orders
  59.  *   and P.O.s.  Credit card orders can be processed over the telephone.
  60.  *
  61.  *   Note that they are located in Canada and mail to them MAY REQUIRE
  62.  *   additional postage depending on where you live.  Also, be sure to
  63.  *   use the entire address, including the last line.  Canada is a heck
  64.  *   of a large country and that line really makes a difference.
  65.  *
  66.  *   Prices are listed in US dollars for convienence to our many
  67.  *   international readers.  The value charged on credit card items
  68.  *   will be the equivalent in Canadian dollars at the exchange rate
  69.  *   of the day.
  70.  *
  71.  *   WATTCP Manual          $ 40  US funds for each manual orderred
  72.  *                     ----------
  73.  *   Shipping + Handling    $  5  US funds to North America
  74.  *   (Air Mail)          or $ 10  US funds to anywhere else in the world
  75.  *
  76.  *                     ADD  $ 20  US funds IF YOU ARE USING PURCHASE ORDERS
  77.  *                                in which case payment is due in 30 days.
  78.  *                                Not necessary for cheques, credit cards, etc.
  79.  *                     ----------
  80.  *
  81.  *          WATTCP Manual
  82.  *          c/o Supro Network Software Inc.
  83.  *          P.O. Box 18,
  84.  *          Warsaw, Ont.
  85.  *          CANADA
  86.  *          K0L 3A0
  87.  *
  88.  *  Phone (705) 652-1572 and be certain to mention that you are talking
  89.  *  about the WATTCP manual.
  90.  *
  91.  *  Please note, I am not involved in the processing loop for the manual
  92.  *  and cannot tell you of the status of your order.  Use Supro's number
  93.  *  instead.
  94.  *
  95.  *
  96.  *  Developers' Meeting Place
  97.  *  -------------------------
  98.  *  Many of the key people involved in WATTCP frequent the
  99.  *  comp.protocols.tcp-ip.ibmpc Usenet newgroup, and there
  100.  *  are several people there who can answer most any question.
  101.  *
  102.  *  If you need my personal attention (I seem to have less and less
  103.  *  available) you will have to Email my address below.  I cannot take
  104.  *  phone calls relating to WATTCP at my place of occupation.
  105.  *
  106.  *
  107.  *       Erick Engelke                erick@dorm.rutgers.edu
  108.  *       48 Daytona St.
  109.  *       Kitchener, Ont.
  110.  *       Canada
  111.  *
  112.  */
  113. #define WATTCP_C "WATTCP_C"
  114.